home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
smaltalk
/
manchest.lha
/
MANCHESTER
/
V
/
ConcreteTopPane.st
< prev
next >
Wrap
Text File
|
1993-07-24
|
2KB
|
66 lines
" NAME ConcreteTopPane
AUTHOR MUHRTH@tubvm.cs.tu-berlin.de (Thomas Muhr)
FUNCTION ensures windows stay around
ST-VERSION V
PREREQUISITES
CONFLICTS
DISTRIBUTION world
VERSION 1
DATE 1 Aug 90
SUMMARY Allows a window to stay on the screen, until
(and only until) you close it explicitly through
the close-icon or the topPane menu.
Who is going to make the bell ring, when mousekey is
pressed outside the window?
From: MUHRTH@tubvm.cs.tu-berlin.de (Thomas Muhr)
Newsgroups: comp.lang.smalltalk
Subject: ConcreteTopPane for ST V
Message-ID: <90213.130450MUHRTH@DB0TUI11.BITNET>
Date: 1 Aug 90 11:04:50 GMT
Organization: Technical University Berlin
"
!
"****************************
* 31 Jul 1990 12:30:56
*
* Project: ConcreteTopPane
*
If you do not use Max Ott's (marvellous) Category and ProjectBrowser you should
install the next method first: "!
!Behavior methods!
methodsInCategory: aCategory
"Answer an instance of ClassReader
initialized for the receiver.
!!! max
^ClassReader forClass: self !!
TopPane subclass: #ConcreteTopPane
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: '' !
!ConcreteTopPane methodsInCategory: 'etc'!
hasCursor
"Autor: Th. Muhr, Datum: Feb 18, 1990
Kommentar:
TopPane can not (accidently) be deactivated by clicking outside the
window.
Our preferred method for displaying information (help-windows, etc.)"
super hasCursor.
^true! !
Thomas Muhr, Technical University of Berlin, BITNET: muhrth@db0tui11
Project ATLAS - Computer Based Tools for Qualitative Research
"Computers, like every technology, are a vehicle
for the transformation of tradition." (WINOGRAD/FLORES)